@font-face {
    font-family: 'Josefin Sans';
    src: url('../polices/JosefinSans-Regular.ttf');
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../polices/JosefinSans-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../polices/JosefinSans-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../polices/JosefinSans-Light.ttf');
    font-weight: 300;
}